(Re)Generate a Web Menu for a Process Library
./stanhope -w
or the
./stanhope --webmenu
To see all of the stanhope application's built-in features natively, try
./stanhope -h
to see a shortened description of each execution mode in your terminal, or to expand the descriptions try the "long help" option:
./stanhope --help
Users can access a browser-based menu of all Processes in a Process Library, displayed as a table with toggle-able columns.
The "web menu" is a static HTML page that itself does not read or process any information from the library. The stanhope executable generates (or re-generates by overwriting) this static HTML page using this feature.
Screenshot of a sample web menu
...
PDF print of the same sample web menu
...
What is stanhope doing when it creates the HTML?
...